x86/mm: consolidate setting of TLB flush time stamps
authorJan Beulich <jbeulich@suse.com>
Thu, 22 Jun 2017 07:57:15 +0000 (09:57 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 22 Jun 2017 07:57:15 +0000 (09:57 +0200)
commit96b08455dcbf5cd165bec2e9159f0fee9441f124
tree6614bab57964976cb87cd8642071fe3e92cde620
parent3724385e39294b6937def11bcbd1afab7ef43552
x86/mm: consolidate setting of TLB flush time stamps

Move code and comment into a helper function instead of repeating it in
multiple places.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/mm.c